home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 74
/
Volume 74 My Disc - Damaged.iso
/
Games
/
rufus.swf
/
scripts
/
DefineButton2_1129
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-08-08
|
310b
|
18 lines
on(release){
stopAllSounds();
set("/Variables:Stoppe",true);
tellTarget("_root.Musique")
{
gotoAndStop("Arret");
}
tellTarget("_root.Game.StageName")
{
gotoAndStop(1);
}
tellTarget("_root.Game.Pause")
{
gotoAndStop(2);
}
gotoAndStop(2);
}